home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 April / PCWAPR06.iso / Software / Freeware / DeskTask 1.0 RC2 / Setup.exe / DeskTask.exe / 0 / RCDATA / TFRMCATEGORIES / TFRMCATEGORIES.txt
Encoding:
Text File  |  2006-01-08  |  1.9 KB  |  100 lines

  1. object FrmCategories: TFrmCategories
  2.   Left = 343
  3.   Top = 200
  4.   BorderStyle = bsDialog
  5.   Caption = 'Categories'
  6.   ClientHeight = 314
  7.   ClientWidth = 285
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 6
  21.     Width = 265
  22.     Height = 39
  23.     AutoSize = False
  24.     Caption = 
  25.       'Please note categories should be in the same case as the ones de' +
  26.       'fined in Outlook. If you do not wish to filter by category leave' +
  27.       ' the list empty.'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Tahoma'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     WordWrap = True
  35.   end
  36.   object TxtCat: TEdit
  37.     Left = 8
  38.     Top = 57
  39.     Width = 193
  40.     Height = 21
  41.     TabOrder = 0
  42.     OnChange = TxtCatChange
  43.     OnKeyPress = TxtCatKeyPress
  44.   end
  45.   object BtnAdd: TButton
  46.     Left = 208
  47.     Top = 55
  48.     Width = 70
  49.     Height = 23
  50.     Caption = 'Add'
  51.     Enabled = False
  52.     TabOrder = 1
  53.     OnClick = BtnAddClick
  54.   end
  55.   object ListCat: TListBox
  56.     Left = 8
  57.     Top = 92
  58.     Width = 193
  59.     Height = 185
  60.     ItemHeight = 13
  61.     TabOrder = 2
  62.   end
  63.   object BtnOk: TButton
  64.     Left = 8
  65.     Top = 285
  66.     Width = 70
  67.     Height = 23
  68.     Caption = '&OK'
  69.     ModalResult = 1
  70.     TabOrder = 4
  71.   end
  72.   object BtnCancel: TButton
  73.     Left = 88
  74.     Top = 285
  75.     Width = 70
  76.     Height = 23
  77.     Caption = '&Cancel'
  78.     ModalResult = 2
  79.     TabOrder = 5
  80.   end
  81.   object BtnRemoveAll: TButton
  82.     Left = 208
  83.     Top = 125
  84.     Width = 70
  85.     Height = 23
  86.     Caption = '&Remove All'
  87.     TabOrder = 6
  88.     OnClick = BtnRemoveAllClick
  89.   end
  90.   object BtnRemove: TButton
  91.     Left = 208
  92.     Top = 93
  93.     Width = 70
  94.     Height = 23
  95.     Caption = '&Remove'
  96.     TabOrder = 3
  97.     OnClick = BtnRemoveClick
  98.   end
  99. end
  100.